home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / dust2.lha / Dust / DustHelp / calc < prev    next >
Text File  |  1995-09-28  |  331b  |  10 lines

  1.   COMMAND CALC or .
  2. -----------------------------------------------------------------
  3.     Purpose: calculate mathematical expressions or define new
  4.              global variables
  5.       Usage: CALC(<expression>) or .<expression>
  6.    Examples: calc("3*sin(pi/8)")
  7.              .a=3/5
  8.              .b=a*sin(45)
  9.              calc("b+a")
  10.